home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / mac / 00000000 / 00000000.dir / 00011_Script_11 < prev    next >
Text File  |  1995-11-09  |  154b  |  9 lines

  1. on exitFrame
  2.   if rollOver(10) = false then
  3.     go frame "loop"
  4.   else
  5.     go the frame
  6.     if the mouseDown then go the frame + 1
  7.   end if
  8.   
  9. end